VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / PointBasedAnnotationPointTransformer Class / TranslatePoints Methods / TranslatePoints(Int32[],Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    TranslatePoints(Int32[],Single,Single) Method (PointBasedAnnotationPointTransformer)
    In This Topic
    Translates points of interactive object.
    Syntax
    'Declaration
    
    Public Overloads Sub TranslatePoints( _
    ByVal indexes
    An array of point index.
    () As System.Int32, _
    ByVal dx
    The x value by which to translate points.
    As Single, _
    ByVal dy
    The y value by which to translate points.
    As Single _
    )
    public void TranslatePoints(
    System.Int32[] indexes,
    float dx,
    float dy
    )
    public: void TranslatePoints(
    System.Int32[]* indexes,
    float dx,
    float dy
    )
    public:
    void TranslatePoints(
    array<System.Int32>^ indexes,
    float dx,
    float dy
    )

    Parameters

    indexes
    An array of point index.
    dx
    The x value by which to translate points.
    dy
    The y value by which to translate points.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also